Array (effect)
concatenating
append
appendAll
prepend
prependAll
constructors
allocate
empty
ensure
fromIterable
make
makeBy
of
range
replicate
unfold
conversions
fromNullable
fromOption
fromRecord
do notation
Do
bind
bindTo
let
elements
code:ts
import { Array } from "effect"
cartesianWith
contains
containsWith
every
findFirst
findFirstIndex
findLast
findLastIndex
reverse
some
sortWith
filtering
filter
filterMapWhile
getLefts
getRights
getSomes
partition
partitionMap
separate
folding
join
mapAccum
reduce
reduceRight
scan
scanRight
getters
drop
dropRight
dropWhile
get
head
headNonEmpty
init
initNonEmpty
last
lastNonEmpty
length
tail
tailNonEmpty
take
takeRight
takeWhile
grouping
group
groupBy
groupWith
guards
isArray
isEmptyArray
isEmptyReadonlyArray
isNonEmptyArray
isNonEmptyReadonlyArray
instances
getEquivalence
getOrder
lifting
liftEither
liftNullable
liftOption
liftPredicate
mapping
map
models
NonEmptyArray (type alias)
NonEmptyReadonlyArray (type alias)
pattern matching
match
matchLeft
matchRight
sequencing
flatMap
flatMapNullable
flatten
sorting
sort
sortBy
splitting
chunksOf
span
split
splitAt
splitNonEmptyAt
splitWhere
unappend
unprepend
window
type lambdas
ReadonlyArrayTypeLambda (interface)
unsafe
unsafeGet
utils
ReadonlyArray (namespace)
Infer (type alias)
With (type alias)
OrNonEmpty (type alias)
AndNonEmpty (type alias)
Flatten (type alias)
chop
copy
dedupe
dedupeAdjacent
dedupeAdjacentWith
dedupeWith
difference
differenceWith
extend
forEach
insertAt
intersection
intersectionWith
intersperse
max
min
modify
modifyNonEmptyHead
modifyNonEmptyLast
modifyOption
pad
remove
replace
replaceOption
rotate
setNonEmptyHead
setNonEmptyLast
union
unionWith
unzip
zipping
zip
zipWith